Closed
Bug 1149877
Opened 10 years ago
Closed 10 years ago
Break on DOM modifications in the Devtools debugger
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1005825
People
(Reporter: karlcow, Unassigned)
Details
When debugging it is sometimes interesting to understand what script triggers a change in the DOM of the document.
A contextual menu providing the possibility of breaking
* on modifying the content of an element such as innerHTML
* on modifying a specific attribute value
* on initiating a specific download
Similar feature in chrome.
https://cloudup.com/cgysCC63-dy
Comment 1•10 years ago
|
||
I suspect this is a duplicate of bug 1005825 ( even though it is in a different component ). In particular, exiting tools expose this feature in the inspector, so that's probably where the bug should live.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•